home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / ZCATALOG_INDEXES.STX < prev    next >
Encoding:
Text File  |  2000-06-20  |  1.8 KB  |  39 lines

  1. ZCatalog - Indexes: Manage Catalog Indexes
  2.   
  3.     Description
  4.  
  5.         This view allows you to manage the catalog indexes.
  6.         
  7.         The catalog provides searching by indexing information about
  8.         cataloged objects. Indexes record information about object attributes.
  9.         
  10.     Controls
  11.  
  12.         '[List of Indexes]' -- Each line contains one Index entry. The checkbox in the front allows 
  13.         you to mark an index for deletion. Next the Index nameis listed which 
  14.         corresponds to attribute names of various objects, is displayed.
  15.         
  16.         'Delete' -- Clicked, the checkmarked Index(es) will be deleted.
  17.         
  18.         'Add Index' - Name -- Allows you to enter the name of a new index.
  19.         
  20.         '[Type of Index]' -- You have the choice between three types of Indexes, called
  21.         
  22.         'TextIndex', 'FieldIndex', and 'KeywordIndex'.
  23.         Please refer to the table below to see a description of each  Index.
  24.         
  25.         'Add' -- Clicked, the new Index will be added to this catalog.
  26.       
  27.         This table lists the different Index types and describes their purpose.
  28.         
  29.         'TextIndex' -- Breaks text up into individual words, and are often refered to as full-text 
  30.         indexes. Text indexes sort results by score meaning they return 'hits' in 
  31.         order from the most relevant to the lest relevant.
  32.         
  33.         'FieldIndex' -- Treat the value of an objects attribute atomically, and can be used, for 
  34.         example, to track only a certain subset of object values, such as 'meta_type'.
  35.         
  36.         'KeywordIndex' -- Index a sequence of objects that act as 'keywords' for an object. A Keyword 
  37.         Index will return any objects that have one or more keywords specified in a 
  38.         search query.
  39.